DefConst ( 'k_ruleSoupName, "Rulesets:EnRouteN1:Netstrat" );

DefConst ( 'k_ixTitle,
	{	
	structure:	'slot,
	path:		'title,
	type:		'string,
	} );

DefConst ( 'k_ixTimestamp,
	{	
	structure:	'slot,
	path:		'timeStamp,
	type:		'int,
	} );

DefConst ( 'k_tagLabels,
	{	
	structure:	'slot,
	path:		'labels,
	type:		'tags,
	} );

DefConst ( 'k_infoSoupDef,
	{
	name:		k_ruleSoupName,	// string that identifies this soup to the system

	userName:	LocObj ( "EnRoute Rule Sets", 'misc.soupUserName ),

	ownerApp:	kAppSymbol,		// application symbol

	ownerAppName: LocObj ( "EnRoute Rule Editor", 'editAboutInfo.extrasLabel ),

	userDescr: LocObj ( "The EnRoute Rule Editor saves filter sets here.", 'misc.soupDescr ),

	indexes: [		// indexSpecs - default indexes
		k_ixTitle,
		k_ixTimestamp,
		k_tagLabels,
		],
//	initHook: symbolOrCallBackFn,	// optional - used to initialize the soup
	} );
